lib: Prefix GPG errors with the checksum
authorColin Walters <walters@verbum.org>
Mon, 30 Jan 2017 09:55:22 +0000 (10:55 +0100)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 1 Feb 2017 20:40:21 +0000 (20:40 +0000)
commita89be1f00fb0d810c6f5c06d4cd776d058074d13
treef61d5587165fd7461a41279133c0938b9d049946
parent1fd05fe840770df2ecadda7c165157032033db54
lib: Prefix GPG errors with the checksum

I was working on https://bugzilla.redhat.com/show_bug.cgi?id=1393545
and it was annoying that I couldn't know what the new (unsigned)
commit has was until verification succeeded.  I could pull it
manually without GPG, but then it'd be sitting in the repo.

Now:

```
Updating from: fedora-atomic:fedora-atomic/25/x86_64/docker-host

Receiving metadata objects: 0/(estimating) -/s 0 bytes
error: Commit 2fb89decd2cb5c3bd73983f0a7b35c7437f23e3aaa91698fab952bb224e46af5: GPG verification enabled, but no signatures found (use gpg-verify=false in remote config to disable)
```

Closes: #663
Approved by: giuseppe
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo.c